select2 destroy

140

select2 destroy -

if ($('#mySelect2').hasClass("select2-hidden-accessible")) {
    // Select2 has been initialized
    $('#mySelect2').select2('destroy');
}

Comments

Submit
0 Comments